summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquall Leonhart <danialhorton@hotmail.com>2023-10-15 18:24:44 +0200
committerGitHub <noreply@github.com>2023-10-15 18:24:44 +0200
commit144c0734f5ed1fb827d49cdd1565bd3cf526b627 (patch)
tree62cfc78813fc2c09a0b2c020069eb797cb2aecb9
parentAnother missing copy connected to Bravely Default II (diff)
downloadyuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar.gz
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar.bz2
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar.lz
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar.xz
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.tar.zst
yuzu-144c0734f5ed1fb827d49cdd1565bd3cf526b627.zip
-rw-r--r--src/video_core/renderer_vulkan/blit_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/blit_image.cpp b/src/video_core/renderer_vulkan/blit_image.cpp
index 78a60fbe6..7933f4f7e 100644
--- a/src/video_core/renderer_vulkan/blit_image.cpp
+++ b/src/video_core/renderer_vulkan/blit_image.cpp
@@ -563,7 +563,7 @@ void BlitImageHelper::ConvertABGR8ToD24S8(const Framebuffer* dst_framebuffer,
}
void BlitImageHelper::ConvertABGR8ToD32F(const Framebuffer* dst_framebuffer,
- const ImageView& src_image_view) {
+ const ImageView& src_image_view) {
ConvertPipelineDepthTargetEx(convert_abgr8_to_d32f_pipeline, dst_framebuffer->RenderPass(),
convert_abgr8_to_d32f_frag);
Convert(*convert_abgr8_to_d32f_pipeline, dst_framebuffer, src_image_view);